auto merge of #435 : alexcrichton/cargo/issue-431, r=brson
authorbors <bors@rust-lang.org>
Wed, 27 Aug 2014 02:00:57 +0000 (02:00 +0000)
committerbors <bors@rust-lang.org>
Wed, 27 Aug 2014 02:00:57 +0000 (02:00 +0000)
commitcaf8345563f272cac6818a2eeb5a1f1f7fa56d9b
treef607d309d5d0b107697ade715e5f70d3feebd970
parent6f765b358f7206c744a692b921f0abab3964929d
parent1322a392eb477fb289cd72ade3546fc4f4125d3e
auto merge of #435 : alexcrichton/cargo/issue-431, r=brson

This option is used to disable the --test flag to rustc for a test or benchmark
target in order to signal that the binary already knows how to run the testing
infrastructure.

The test/benchmark is still compiled and run as usual, and the exit code is
expected to reflect the result of the test/benchmark.

Closes #431